home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Tools / Datatypes / Other / hypertext_dtc.readme < prev    next >
Encoding:
Text File  |  1998-06-01  |  2.8 KB  |  72 lines

  1. Short:        HTDS hypertext.datatype 40.27 superclass for hypertext and text formats
  2. Author:       ruppert@amigaworld.com (Stefan Ruppert)
  3. Uploader:     ruppert@amigaworld.com (Stefan Ruppert)
  4. Version:      40.27
  5. Type:         util/dtype
  6. Distribution: NoCD
  7.  
  8. ***************************************************************************
  9. *                                                                         *
  10. *                        hypertext.datatype 40.27                         *
  11. *                                                                         *
  12. *                        Written by Stefan Ruppert                        *
  13. *                                                                         *
  14. ***************************************************************************
  15.  
  16. The hypertext.datatype is the base class for all hypertext or text
  17. datatypes. It provides the basic functionality for handling of
  18. hypertext and text documents. This includes text layout, rendering,
  19. printing, searching, embedding of other datatype objects, links to
  20. other documents, starting of programs and arexx scripts and more.
  21. This software is Shareware. See documentation for copyright notice and
  22. Shareware fee.
  23.  
  24. It's strictly forbidden to include this archive in any kind of software
  25. collection except Fred Fish's AmigaLibrary, Aminet FileServer , Meeting
  26. Pearls CD's and BBS Fileareas or by a explicit permission from me !
  27.  
  28. This software is provided "as is". No representations or warranties are
  29. made with respect to the accuracy, reliability, performance, currentness,
  30. or operation of this software, and all use is at your own risk !
  31.  
  32. If you have any suggestion or comments please contact me :
  33.  
  34. Stefan Ruppert
  35. Windthorststraße 5
  36. 65439 Flörsheim am Main
  37. GERMANY
  38.  
  39. EMail:
  40. ruppert@amigaworld.com
  41. ruppert@goofy.zdv.uni-mainz.de
  42. WWW:
  43. http://home.pages.de/~Ruppert/
  44. http://www.amigaworld.com/support/htds/
  45. http://www.amigaworld.com/support/uniview/
  46.  
  47. Changes since last release :
  48.  
  49. hypertext.datatype 40.27 (21.5.98) :
  50.  
  51. - bug fix: If a background color or picture was used and the user
  52.   followed a link to a none hypertext object, the old background
  53.   color or picture was used. Now it uses the background color 0!
  54. - some little optimization
  55.  
  56. hypertext.datatype 40.26 (10.5.98) :
  57.  
  58. - fixed (hopefully) the long standing layers bug, which caused
  59.   sometimes a layer deadlock
  60. - added line goto support
  61. - fixed bug, which caused enforcer hits. The reason was a call
  62.   to ObtainGIRPort() within a GM_RENDER method. This only
  63.   occured if the actual active node was changed during a scroll
  64.   of the object.
  65.  
  66. hypertext.datatype 40.25 (24.4.98) :
  67.  
  68. - if a link failed to open the contents of the current viewed object
  69.   was cleared. This is fixed now.
  70. - Now supports setting and getting of the DTA_ControlPanel attribute,
  71.   which causes the appearence or disappearence of the control panel.
  72.